public class PrestazioneErogataRequest
extends java.lang.Object
Classe Java per prestazioneErogataRequest complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="prestazioneErogataRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codiceFarmacoPrescritto">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="10"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="codiceFarmacoErogato">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="10"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="quantPrescritta">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<maxInclusive value="9"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
<element name="quantErogata">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<maxInclusive value="9"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
<element name="codiceNotaCUF" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="5"/>
</restriction>
</simpleType>
</element>
<element name="flagGenericoIrreperibile" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(0|1)?"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceFarmacoErogato |
protected java.lang.String |
codiceFarmacoPrescritto |
protected java.lang.String |
codiceNotaCUF |
protected java.lang.String |
flagGenericoIrreperibile |
protected int |
quantErogata |
protected int |
quantPrescritta |
| Constructor and Description |
|---|
PrestazioneErogataRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceFarmacoErogato()
Recupera il valore della proprietà codiceFarmacoErogato.
|
java.lang.String |
getCodiceFarmacoPrescritto()
Recupera il valore della proprietà codiceFarmacoPrescritto.
|
java.lang.String |
getCodiceNotaCUF()
Recupera il valore della proprietà codiceNotaCUF.
|
java.lang.String |
getFlagGenericoIrreperibile()
Recupera il valore della proprietà flagGenericoIrreperibile.
|
int |
getQuantErogata()
Recupera il valore della proprietà quantErogata.
|
int |
getQuantPrescritta()
Recupera il valore della proprietà quantPrescritta.
|
void |
setCodiceFarmacoErogato(java.lang.String value)
Imposta il valore della proprietà codiceFarmacoErogato.
|
void |
setCodiceFarmacoPrescritto(java.lang.String value)
Imposta il valore della proprietà codiceFarmacoPrescritto.
|
void |
setCodiceNotaCUF(java.lang.String value)
Imposta il valore della proprietà codiceNotaCUF.
|
void |
setFlagGenericoIrreperibile(java.lang.String value)
Imposta il valore della proprietà flagGenericoIrreperibile.
|
void |
setQuantErogata(int value)
Imposta il valore della proprietà quantErogata.
|
void |
setQuantPrescritta(int value)
Imposta il valore della proprietà quantPrescritta.
|
protected java.lang.String codiceFarmacoPrescritto
protected java.lang.String codiceFarmacoErogato
protected int quantPrescritta
protected int quantErogata
protected java.lang.String codiceNotaCUF
protected java.lang.String flagGenericoIrreperibile
public java.lang.String getCodiceFarmacoPrescritto()
Stringpublic void setCodiceFarmacoPrescritto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceFarmacoErogato()
Stringpublic void setCodiceFarmacoErogato(java.lang.String value)
value - allowed object is
Stringpublic int getQuantPrescritta()
public void setQuantPrescritta(int value)
public int getQuantErogata()
public void setQuantErogata(int value)
public java.lang.String getCodiceNotaCUF()
Stringpublic void setCodiceNotaCUF(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFlagGenericoIrreperibile()
Stringpublic void setFlagGenericoIrreperibile(java.lang.String value)
value - allowed object is
String